home *** CD-ROM | disk | FTP | other *** search
- module oKromoScriptList is cKR_ScriptList
- -----------------------------------------
- with
- Items is [
- -- Kromo RTF Creator Scripts
- oKRRTFCreator_ChangeStyle,
- oKRRTFCreator_CreateFile,
- --oKRRTFCreator_DirectDraw,
- oKRRTFCreator_New,
- oKRRTFCreator_Write,
- oKRRTFCreator_WriteHypertext,
-
- -- Kromo Textbase Scripts
- oKRTextbase_AddQuery,
- oKRTextbase_Close,
- oKRTextbase_CountHits,
- oKRTextbase_GetHit,
- oKRTextbase_GetHitID,
- oKRTextbase_GetRecord,
- oKRTextbase_GetRecordID,
- oKRTextbase_HitAll,
- oKRTextbase_Open,
- oKRTextbase_ResetHits,
- oKRTextbase_ResetQueries,
- oKRTextbase_Search,
-
- -- Kromo Textfile Scripts
- oKRTextfile_Append,
- oKRTextfile_Close,
- oKRTextfile_Find,
- oKRTextfile_Open,
- oKRTextfile_ReadLength,
- oKRTextfile_ReadUntil,
- oKRTextfile_SetFPP,
- oKRTextfile_Write
- ];
- end;
-